home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global SNAME, UNAME, YY, MM, DD
- set the text of field "Surname" to SNAME
- set the text of field "GivenNames" to UNAME
- set the text of field "Nation" to "Great Britain"
- set the text of field "Date" to YY & "-" & MM & "-" & DD
- set the text of field "Passport_Text" to "Please fill in your" & RETURN & "BackPacker passport."
- delay(15)
- hilite field "SURNAME"
- end
-